home *** CD-ROM | disk | FTP | other *** search
- ; Example startup-sequence file using GetMouseInput V1.3/V1.4 with STDOUT
- ; option
-
- Assign T: RAM:
-
- If `GetMouseInput STDOUT` EQ 1
- Execute S:Startup1 ; Left mouse button pressed
- Else
- If `GetMouseInput STDOUT` EQ 2
- Execute S:Startup2 ; Right mouse button pressed
- Else
- Execute S:NormalStartup-Sequence ; No buttons pressed
- EndIf
- EndIf
-
- EndCLI >NIL:
-